|
Log4j 0.9d | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectVlabException
pl.psnc.expres.wfm.exception.WfmException
public class WfmException
WfmException class - workflow manager exception root class
| Constructor Summary | |
|---|---|
WfmException(String message)
Creates a new instance of DynamicScenarioException |
|
WfmException(String message,
Exception e)
Creates a new instance of DynamicScenarioException |
|
WfmException(String message,
int code)
Creates a new instance of DynamicScenarioException |
|
WfmException(String message,
int code,
Exception e)
Creates a new instance of DynamicScenarioException |
|
| Method Summary | |
|---|---|
int |
getErrorCode()
Get the exception identifier (code) |
void |
printStackTrace()
Prints this throwable and its backtrace to the standart error stream |
void |
printStackTrace(PrintStream printStream)
Prints this throwable and its backtrace to the specified print stream. |
void |
printStackTrace(PrintWriter printWriter)
Prints this throwable and its backtrace to the specified print writer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WfmException(String message)
message - short message indicating error
public WfmException(String message,
Exception e)
e - the original source exceptionmessage - short message indicating error
public WfmException(String message,
int code)
code - exception identifier - indicates the cause of the exceptionmessage - short message indicating error
public WfmException(String message,
int code,
Exception e)
code - exception identifier - indicates the cause of the exceptione - the original source exceptionmessage - short message indicating error| Method Detail |
|---|
public int getErrorCode()
public void printStackTrace(PrintWriter printWriter)
printWriter - print writer to use for outputpublic void printStackTrace(PrintStream printStream)
printStream - stream to use for outputpublic void printStackTrace()
|
Log4j 0.9d | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||